Developer Documentation
PATH  WebObjects 4.0 Documentation > WebObjects Tools and Techniques

Table of Contents Previous Section

Dynamic Strings

A WOString element represents a dynamically generated string. You bind the value attribute of a WOString to a variable or method that returns a string at run time. A WOString is abstract in that it doesn't represent any specific element, but it can be contained in any other HTML element that can contain text.

WebObjects Builder provides a shortcut for binding the value attribute of commonly used elements such as WOString.

Instead of dragging to one of the icons, drag to the center binding box. The binding appears directly in the box, and the Inspector doesn't come to the front.

Table of Contents Next Section